ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / LinearGaugeBaseTagHelper<TControl> Class / ShowText Property

In This Topic
    ShowText Property (LinearGaugeBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.Gauge.ShowText. Sets which values should be displayed as text in the gauge.
    Syntax
    'Declaration
     
    Public Overridable Property ShowText As ShowText
    public virtual ShowText ShowText {get; set;}
    See Also